Builder

class Builder : GeneratedMessage.Builder<BuilderT> , AdminProtos.AdminMessage.InputEventOrBuilder

Input event message to be sent to the node.
Protobuf type meshtastic.AdminMessage.InputEvent

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The input event code
uint32 event_code = 1;
Link copied to clipboard

Keyboard character code
uint32 kb_char = 2;
Link copied to clipboard

The touch X coordinate
uint32 touch_x = 3;
Link copied to clipboard

The touch Y coordinate
uint32 touch_y = 4;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getEventCode(): Int

The input event code
uint32 event_code = 1;
Link copied to clipboard
open fun getKbChar(): Int

Keyboard character code
uint32 kb_char = 2;
Link copied to clipboard
open fun getTouchX(): Int

The touch X coordinate
uint32 touch_x = 3;
Link copied to clipboard
open fun getTouchY(): Int

The touch Y coordinate
uint32 touch_y = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The input event code
uint32 event_code = 1;
Link copied to clipboard

Keyboard character code
uint32 kb_char = 2;
Link copied to clipboard

The touch X coordinate
uint32 touch_x = 3;
Link copied to clipboard

The touch Y coordinate
uint32 touch_y = 4;